type go/types.unifyMode
5 uses
go/types (current package)
unify.go#L109: type unifyMode uint
unify.go#L115: assign unifyMode = 1 << iota
unify.go#L126: func (m unifyMode) String() string {
unify.go#L143: func (u *unifier) unify(x, y Type, mode unifyMode) bool {
unify.go#L285: func (u *unifier) nify(x, y Type, mode unifyMode, p *ifacePair) (result bool) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)